PDF4Java Reference Documentation
com.o2sol.pdf4java.graphics.colors Package / PDFGrayColor Class / PDFGrayColor Constructor / PDFGrayColor Constructor(double)
Gray component.
In This Topic
    PDFGrayColor Constructor(double)
    In This Topic
    Initializes a new Object with the gray component.
    Syntax
    public PDFGrayColor( 
       double g
    )

    Parameters

    g
    Gray component.
    See Also